Destroy
Description
Destroys an instance of the TsgDXFExport class.
Tip
Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TsgDXFExport reference is not nil, and only then calls Destroy. If an TsgDXFExport instance has entities, they are NOT automatically saved on Destroy.
Syntax
destructor Destroy; override;